@@ -312,7 +312,7 @@ |
||
| 312 | 312 |
} |
| 313 | 313 |
}, |
| 314 | 314 |
error: function(data){
|
| 315 |
- show_error_dialog(status, error); |
|
| 315 |
+ show_error_dialog(data.status, data.error); |
|
| 316 | 316 |
} |
| 317 | 317 |
}) |
| 318 | 318 |
} |